| assets | ||
| images | ||
| ART-LICENSE.md | ||
| LICENSE.md | ||
| neuroscience-timeline.r | ||
| README.md | ||
Basic Neuroscience Timeline in R
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
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.


