Other packages > Find by keyword >

startup  

Friendly R Startup Configuration
View on CRAN: Click here


Download and install startup package within the R console
Install from CRAN:
install.packages("startup")

Install from Github:
library("remotes")
install_github("cran/startup")

Install by package version:
library("remotes")
install_version("startup", "0.23.0")



Attach the package and use:
library("startup")
Maintained by
Henrik Bengtsson
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-11-21
Latest Update: 2023-12-11
Description:
Adds support for R startup configuration via '.Renviron.d' and '.Rprofile.d' directories in addition to '.Renviron' and '.Rprofile' files.This makes it possible to keep private / secret environment variables separate from other environment variables.It also makes it easier to share specific startup settings by simply copying a file to a directory.
How to cite:
Henrik Bengtsson (2016). startup: Friendly R Startup Configuration. R package version 0.23.0, https://cran.r-project.org/web/packages/startup. Accessed 18 Feb. 2025.
Previous versions and publish date:
0.3.0 (2016-11-21 12:02), 0.4.0 (2016-12-22 19:33), 0.5.0 (2017-02-13 05:25), 0.6.0 (2017-05-01 12:33), 0.6.1 (2017-05-17 10:24), 0.7.0 (2017-09-07 22:56), 0.8.0 (2017-10-19 22:05), 0.9.0 (2018-01-11 01:07), 0.10.0 (2018-03-31 00:10), 0.11.0 (2018-08-26 00:00), 0.12.0 (2019-05-27 06:30), 0.13.0 (2019-10-27 06:50), 0.14.0 (2019-12-09 22:20), 0.14.1 (2020-04-01 09:20), 0.15.0 (2020-09-03 20:00), 0.16.0 (2021-11-20 06:50), 0.17.0 (2022-02-23 22:10), 0.18.0 (2022-05-14 09:30), 0.19.0 (2022-10-16 04:50), 0.20.0 (2023-04-03 09:50), 0.21.0 (2023-12-11 23:00), 0.22.0 (2024-07-29 23:40)
Other packages that cited startup R package
View startup citation profile
Other R packages that startup depends, imports, suggests or enhances
Complete documentation for startup
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

OptGS  
Near-Optimal Group-Sequential Designs for Continuous Outcomes
Optimal group-sequential designs minimise some function of the expected and maximum sample size whil ...
Download / Learn more Package Citations See dependency  
clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  
readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  
RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  
ppmf  
Read Census Privacy Protected Microdata Files
Implements data processing described in to align modern differentially ...
Download / Learn more Package Citations See dependency  
fclust  
Fuzzy Clustering
Algorithms for fuzzy clustering, cluster validity indices and plots for cluster validity and visuali ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA