First R experience. Tried to create a timeline view, but it's rough. Includes graphic illustration of the *basic* timeline of neuroscience. May be helpful for other learners, data science students, biology students, or those interested in this type of timeline. https://quadhelion.engineering
Find a file
2026-02-26 00:23:52 -07:00
assets Linted, PDF in dir, build instructions 2026-02-26 00:23:52 -07:00
images Linted, PDF in dir, build instructions 2026-02-26 00:23:52 -07:00
ART-LICENSE.md Add licenses 2025-11-11 21:17:24 -07:00
LICENSE.md Add licenses 2025-11-11 21:17:24 -07:00
neuroscience-timeline.r Linted, PDF in dir, build instructions 2026-02-26 00:23:52 -07:00
README.md Linted, PDF in dir, build instructions 2026-02-26 00:23:52 -07:00

Basic Neuroscience Timeline in R

R plot

A short R program for rendering a timeline plot of Neuroscience Discoveries in short form. Beta quality.

sudo pacman -S r, gcc-fortran

$ R
$ install.packages("xml2", lib = '/lib')
$ install.packages("rlang", INSTALL_opts = '--no-lock')
$ install.packages(c('lintr', 'roxygen2', 'scales', 'lubridate','ggplot2', 'tidyverse', 'knitr', 'timevis'))

Xmind Map, vertical

R plot

neuro-timeline © 2025 by Elias Christopher Griffin is licensed under CC BY-NC-SA 4.0

Build

Kate Editor:brew install marksman

All Editors:

build(
  path = ".",
  dest_path = NULL,
  binary = FALSE,
  vignettes = TRUE,
  manual = FALSE,
  clean_doc = NULL,
  args = NULL,
  quiet = FALSE,
  needs_compilation = pkg_has_src(path),
  compile_attributes = FALSE,
  register_routines = FALSE
)

Description

Building converts a package source directory into a single bundled file. If binary = FALSE this creates a tar.gz package that can be installed on any platform, provided they have a full development environment (although packages without source code can typically be installed out of the box). If binary = TRUE, the package will have a platform specific extension (e.g. .zip for windows), and will only be installable on the current platform, but no development environment is needed.

AI Statement

I linted with Kate on the official LSP then compared it to Cursor defaults which chose tidyverse. I prompted it to fix all linting errors.

It got the linting wrong and caught itself two times. It missed fixing the snake_case function names still.

It did not save me much time and spun up a vast interconnected framework of AI energy/cycles doing it. Nevertheless I did use it so I'm including the label.

NOTE: This still does mean AI can have MY code. Much like FreeBSD it should work for me and not I it.

AI Assisted