search for: thuenen

Displaying 6 results from an estimated 6 matches for "thuenen".

2025 May 23
1
FR: improve "use" function
...#[1] "fread" "nafill"| [1] https://stackoverflow.com/q/79633064/1412059 -- Dr. Roland Fu? Th?nen-Institut f?r Agrarklimaschutz/ Th?nen Institute of Climate-Smart Agriculture Bundesallee 65 D-38116 Braunschweig, Germany Tel./Webex: ++49 531 25701967 Email: roland.fuss at thuenen.de Arbeitsgruppe "Emissionsberichterstattung"/ Working group "Emission Inventories" Email: emissionsinventare at thuenen.de
2025 May 23
1
FR: improve "use" function
...s://stackoverflow.com/q/79633064/1412059 > > -- > Dr. Roland Fu? > > Th?nen-Institut f?r Agrarklimaschutz/ > Th?nen Institute of Climate-Smart Agriculture > > Bundesallee 65 > D-38116 Braunschweig, Germany > > Tel./Webex: ++49 531 25701967 > Email: roland.fuss at thuenen.de > > Arbeitsgruppe "Emissionsberichterstattung"/ > Working group "Emission Inventories" > Email: emissionsinventare at thuenen.de > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/l...
2025 Jan 07
1
Small typo in nlme documentation
...lasses need a method for `Initialize` (capital i) and not `initialize`. Best regards, Roland -- Dr. Roland Fu? Th?nen-Institut f?r Agrarklimaschutz/ Th?nen Institute of Climate-Smart Agriculture Bundesallee 65 D-38116 Braunschweig, Germany Tel./Webex: ++49 531 25701967 Email: roland.fuss at thuenen.de Arbeitsgruppe "Emissionsberichterstattung"/ Working group "Emission Inventories" Email: emissionsinventare at thuenen.de Das Johann Heinrich von Th?nen-Institut, Bundesforschungsinstitut f?r L?ndliche R?ume, Wald und Fischerei ? kurz: Th?nen-Institut ? besteht aus 15 Fachin...
2018 Dec 20
2
OfficeScan deletes Rterm as malware
I'm not sure if the problem is actually with R but thought I should report this anyway. After Peter's email regarding the R 3.5.2 release today, I installed the Windows version right away (directly from CRAN and not from a mirror). Unfortunately, my institute's AV sofware TrendMicro OfficeScan 12.0.5147 Service Pack 1 stops and deletes Rterm.exe when running Rcmd.exe INSTALL with
2025 May 27
1
FR: improve "use" function
...gt;> -- >> Dr. Roland Fu? >> >> Th?nen-Institut f?r Agrarklimaschutz/ >> Th?nen Institute of Climate-Smart Agriculture >> >> Bundesallee 65 >> D-38116 Braunschweig, Germany >> >> Tel./Webex: ++49 531 25701967 >> Email: roland.fuss at thuenen.de >> >> Arbeitsgruppe "Emissionsberichterstattung"/ >> Working group "Emission Inventories" >> Email: emissionsinventare at thuenen.de >> >> ______________________________________________ >> R-devel at r-project.org mailing list >&...
2018 May 16
2
Date method of as.POSIXct does not respect tz
R 3.5.0 Is it intended that the Date method of as.POSIXct does not respect the tz parameter? I suggest changing as.POSIXct.Date to this: function (x, tz = "", ...) .POSIXct(unclass(x) * 86400, tz = tz) Currently, the best workaround seems to be using the character method if one doesn't want the default timezone (which is often an annoying DST timezone). This came up on