Changes in version 0.0.9223 - revised hash_n_cache to rewrite the package and dependency catalogs only when cacheing new packages. - updated write library catalog to use vectorization rather than map when getting hashes Changes in version 0.0.9222 - reverts rec_get_deps to 9220 version Changes in version 0.0.9221 - removed monocle disk and project_data functions, will put in blaseRtools - updated rec_get_deps Changes in version 0.0.9218-20 - fixed missing dependecies - updated vignette Changes in version 0.0.9212-7 - added function to save monocle objects Changes in version 0.0.9211 - updated package data to handle on-disk cds objects Changes in version 0.0.0.9208 - edited Rmd template for graphics device usage - edited bb_qc portion of load_process Changes in version 0.0.0.9207 - made a function to save the Rmd template without having to look up the name. Changes in version 0.0.0.9206 - fixed and simplified install_github Changes in version 0.0.0.9205 - fixed bug where the wrong package version was being installed when using which_version Changes in version 0.0.0.9204 - removed dialog from install_one_package and made default "link_from_cache" - changed dialog on successful linking Changes in version 0.0.0.9201-3 - edited git_commands.R - updated vignettes - fixed bug in hash n cache where there was permission error Changes in version 0.0.0.9200 - added report template Changes in version 0.0.0.9197-8 - made all git functions run through gert - still seems to be a problem with curl - improved project_data to handle multiple data packages - loads data into a deconflicted environment using unique user-defined suffix strings. Changes in version 0.0.0.9196 - removed upgrade function and webpage Changes in version 0.0.0.9195 - edited load_process.R to use bb_load_tenx_h5 Changes in version 0.0.0.9193-4 - fixed bug in r profile where base install packages made new user_project directory - the problem was solved by only making these directories in interactive sessions Changes in version 0.0.0.9193 - moved pkgcache down r profile Changes in version 0.0.0.9192 - added in pkgcache update to rprofile Changes in version 0.0.0.9191 - fixed an issue on windows where establish did not recognize links when copying packages - fixed an issue on windows where fs::path_home() identified the wrong home directory when writing .Renviron Changes in version 0.0.0.9189 - edited R profile template to fix an issue where rlang was loaded early from the home R library and causing issues. - added multiuser vignette Changes in version 0.0.0.9188 - edited R profile template to auto-update pkgcache Changes in version 0.0.0.9187 - rewrote initialize package - created fix a library function Changes in version 0.0.0.9186 - fixed an issue where home was being incorrectly assigned on windows Changes in version 0.0.0.9185 - minor edits to templates Changes in version 0.0.0.9184 - fixed establish by making absolute paths Changes in version 0.0.0.9182-3 - fixed initialize project Changes in version 0.0.0.9180-1 - validate packages before copying Changes in version 0.0.0.9179 - removed rprofile from upgrade function Changes in version 0.0.0.9178 - edited project_data to check if specific version is already available, and if so, then link from cache Changes in version 0.0.0.9175-6 - updated docs