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]
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 26 Mar. 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
02/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/25Downloads for startup050100150200250300350400450TrendBars

Today's Hot Picks in Authors and Packages

sAIC  
Akaike Information Criterion for Sparse Estimation
Computes the Akaike information criterion for the generalized linear models (logistic regression, Po ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
photobiologyPlants  
Plant Photobiology Related Functions and Data
Provides functions for quantifying visible (VIS) and ultraviolet (UV) radiation in relation to the ...
Download / Learn more Package Citations See dependency  
DySS  
Dynamic Screening Systems
In practice, we will encounter problems where the longitudinal performance of processes needs to be ...
Download / Learn more Package Citations See dependency  
Maintainer: Lu You (view profile)
provenance  
Statistical Toolbox for Sedimentary Provenance Analysis
Bundles a number of established statistical methods to facilitate the visual interpretation of large ...
Download / Learn more Package Citations See dependency  
MGL  
Module Graphical Lasso
An aggressive dimensionality reduction and network estimationtechnique for a high-dimensiona ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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