Skip to content
/ nlstools Public

❗ This is a read-only mirror of the CRAN R package repository. nlstools — Tools for Nonlinear Regression Analysis. Homepage: https://github.com/lbbe-software/nlstools Report bugs for this package: https://github.com/lbbe-software/nlstools/issues

Notifications You must be signed in to change notification settings

cran/nlstools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN_Release_Badge CRAN Downloads R-CMD-check


Please note! Since February 2024, this repository has belonged to the lbbe-software organization. To avoid confusion, we strongly recommend updating any existing local clones to point to the new repository URL. You can do this by using git remote on the command line:

git remote set-url origin git@github.com:lbbe-software/nlstools.git

or

git remote set-url origin https://github.com/lbbe-software/nlstools.git


The stable version of nlstools can be installed from CRAN using:

install.packages("nlstools")

The development version of nlstools can be installed from GitHub (remotes needed):

if (!requireNamespace("remotes", quietly = TRUE))
   install.packages("remotes")
   
remotes::install_github("lbbe-software/nlstools")

Finally load the package in your current R session with the following R command:

library(nlstools)

About

❗ This is a read-only mirror of the CRAN R package repository. nlstools — Tools for Nonlinear Regression Analysis. Homepage: https://github.com/lbbe-software/nlstools Report bugs for this package: https://github.com/lbbe-software/nlstools/issues

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors