[R] Fit NLE - was: computer algebra in R

2023-12-04 Thread Leo Mada via R-help
Fit NLE - was: [R] computer algebra in R Original post: https://stat.ethz.ch/pipermail/r-help/2023-November/478619.html Dear Kornad, I think I have started to understand what you try to achieve. The problem is to fit a NLE and compute the parameters of the NL-Eq. I have included the R Help-list

Re: [R] Unable to add the CRAN apt repository

2023-12-04 Thread Steve Gutreuter
Yes, thanks. On Mon, 2023-12-04 at 14:08 -0500, Steve Gutreuter wrote: > Thanks!  "jammy" made it work.   > > For some reason,  lsb_release -cs is returning "victoria" rather than "jammy", > and > > $> sudo apt update > Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease > Ign:2 http://packa

Re: [R] Unable to add the CRAN apt repository

2023-12-04 Thread Steve Gutreuter
Thanks!  "jammy" made it work.   For some reason,  lsb_release -cs is returning "victoria" rather than "jammy", and $> sudo apt update Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease Ign:2 http://packages.linuxmint.com victoria InRelease Get:3 http://archive.ubuntu.com/ubuntu jammy-updat

Re: [R] Unable to add the CRAN apt repository

2023-12-04 Thread Dirk Eddelbuettel
Steve, The better list for such questions is r-sig-debian. On 4 December 2023 at 13:41, Steve Gutreuter wrote: | I just upgraded from Linux Mint 20 to 21 and am no longer able to add the CRAN | Ubuntu repository to my list of repositories.  I am getting: | | $> sudo /usr/bin/add-apt-repository

Re: [R] Unable to add the CRAN apt repository

2023-12-04 Thread Ivan Krylov
On Mon, 04 Dec 2023 13:41:47 -0500 Steve Gutreuter wrote: > $> sudo /usr/bin/add-apt-repository "deb > https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release > -cs)-cran40/" Looks like `lsb_release -cs` returns a Mint codename for you. Thankfully, since we know that Linux Mint 21 is based

[R] Unable to add the CRAN apt repository

2023-12-04 Thread Steve Gutreuter
I just upgraded from Linux Mint 20 to 21 and am no longer able to add the CRAN Ubuntu repository to my list of repositories.  I am getting: $> sudo /usr/bin/add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/" $> sudo apt update Hit:1 http://security.ubu