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.22.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.22.0, https://cran.r-project.org/web/packages/startup. Accessed 07 Nov. 2024.
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)
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

bacondecomp  
Goodman-Bacon Decomposition
Decomposition for differences-in-differences with variation in treatment timing from Goodman-Bacon ...
Download / Learn more Package Citations See dependency  
con2aqi  
Calculate the AQI from Pollutant Concentration
To calculate the AQI (Air Quality Index) from pollutant concentration data. O3, PM2.5, PM10, CO, SO ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
robregcc  
Robust Regression with Compositional Covariates
We implement the algorithm estimating the parameters of the robust regression model with composition ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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