Displaying 11 results from an estimated 11 matches for "shdawson".
2023 Aug 28
4
Book Recommendation
...re I teach. I am
looking for a book to use in the course content to teach accomplishing
SQL in R.
Does anyone know of a book on this topic to recommend for consideration?
Thank You,
--
*Stephen Dawson, DSL*
/Executive Strategy Consultant/
Business & Technology
+1 (865) 804-3454
http://www.shdawson.com
2023 Aug 30
2
Book Recommendation
...se content to teach accomplishing
> SQL in R.
>
> Does anyone know of a book on this topic to recommend for consideration?
>
>
> Thank You,
> --
> *Stephen Dawson, DSL*
> /Executive Strategy Consultant/
> Business & Technology
> +1 (865) 804-3454
> http://www.shdawson.com
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, mini...
2024 Sep 28
1
when installing packages for R on Linux, is it better to use my distro's package manager, or install.packages()?
Distribution package manger, always.
*Stephen Dawson, DSL*
/Executive Strategy Consultant/
Business & Technology
+1 (865) 804-3454
http://www.shdawson.com
On 9/28/24 18:05, Christopher W. Ryan wrote:
> I'm running R (currently 4.4.1) on Linux Mint
>
>> sessionInfo()
> R version 4.4.1 (2024-06-14)
> Platform: x86_64-pc-linux-gnu
> Running under: Linux Mint 20.3
> ...truncated...
>
> To install a new R package, i...
2023 Apr 10
1
Retirement/archiving of rgdal, rgeos and maptools October 2023
The third report on the R-spatial evolution project has been published.
https://r-spatial.org/r/2023/04/10/evolution3.html
It links back to earlier blogs and presentations, and focuses on work that
maintainers of R packages and workflows using rgdal, rgeos and maptools
need to put in train now before the packages are archived on CRAN.
The first changes will occur in June 2023, and the
2023 Apr 10
1
Retirement/archiving of rgdal, rgeos and maptools October 2023
The third report on the R-spatial evolution project has been published.
https://r-spatial.org/r/2023/04/10/evolution3.html
It links back to earlier blogs and presentations, and focuses on work that
maintainers of R packages and workflows using rgdal, rgeos and maptools
need to put in train now before the packages are archived on CRAN.
The first changes will occur in June 2023, and the
2024 Jun 29
0
R related tools - GUI
...//www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 28 Jun 2024 11:56:47 -0400
> From: "Stephen H. Dawson, DSL" <service at shdawson.com>
> To: avi.e.gross at gmail.com, =?UTF-8?B?J0TDqW5lcyBUw7N0aCc=?=
> <toth.denes at kogentum.hu>, r-help at r-project.org
> Subject: Re: [R] Positron as a tool
> Message-ID: <9ba1bf10-7230-6b8d-03bb-dd3576db72f6 at shdawson.com>
> Content-Type: text/plain; charset...
2023 Aug 13
3
OFF TOPIC: chatGPT glibly produces a lot of wrong answers?
**OFF TOPIC** but perhaps of interest to some on this list. I apologize in
advance to those who may be offended.
The byline:
********************************
"ChatGPT's odds of getting code questions correct are worse than a coin flip
But its suggestions are so annoyingly plausible"
*************************************
from here:
2024 Sep 28
3
when installing packages for R on Linux, is it better to use my distro's package manager, or install.packages()?
I'm running R (currently 4.4.1) on Linux Mint
> sessionInfo()
R version 4.4.1 (2024-06-14)
Platform: x86_64-pc-linux-gnu
Running under: Linux Mint 20.3
...truncated...
To install a new R package, is it better to use Linux Mint's pacakge
manager (e.g. synaptic, apt-get, or similar), or to install it within R
with install.packages("some_new_package")?
I've done both over
2024 Jun 28
1
Positron as a tool
Just to be clear, Denis, I am not in any way associated with anybody or anything and just read about it on a news feed not from POSIT directly.
I am aware it is based on existing functionality and have used possibly similar editors for other languages. I did try possibly one touted by Microsoft years ago (perhaps what you are referring to) but felt no need to keep using it at the time. What I am
2024 Jul 09
1
Weird R Studio behaviour...
I think you should also update R to the latest version, as that *might* be
the source of the problem.
Other may be able to give you a specific diagnosis, but updating R is to a
(reasonably, at least) current version is good practice anyway.
Cheers,
Bert
On Tue, Jul 9, 2024 at 8:11?AM Levent TERLEMEZ via R-help <
r-help at r-project.org> wrote:
> Hi,
>
> Have a nice week. First
2024 Mar 25
3
Wish: a way to track progress of parallel operations
Hello,
thanks for bringing this topic up, and it would be excellent if we
could come of with a generic solution for this in base R. It is one
of the top frequently asked questions and requested features in
parallel processing, but also in sequential processing. We have also
seen lots of variants on how to attack the problem of reporting on
progress when running in parallel.
As the author