similar to: New Package: openSTARS

Displaying 20 results from an estimated 200 matches similar to: "New Package: openSTARS"

2020 Oct 22
0
openSTARS version 1.2.2 on CRAN
Dear R community There is a new version of the openSTARS package (preparing GIS data for stream analysis) available on CRAN. Major updates are: - catch errors arising in GRASS 7.8 due to changes in v.to.db - update setup_grass_environment; there is no need any more to initGRASS before Please also find a detailed description of the package including example code here:
2018 Oct 03
1
grDevices::convertColor and colorRamp(space='Lab') Performance Improvements
`grDevices::convertColor` performance can be improved by 30-300x with small changes to the code. `colorRamp(space='Lab')` uses `convertColor` so it too benefits from substantial performance gains. `convertColor` vectorizes explicitly over the rows of the input color matrix using `apply`. The level-1 patch [1] illustrates a possible minimal set of changes to achieve this with just R
2007 Mar 27
0
Error when calling residual.plots() on an ANOVA object
Dear *, I have to perform an ANOVA analysis to study the effects on the performance of some algorithmic components in the design of my algorithm. I have done a full factorial design for the following 5 factors (my response variable is "best"): $ model :'data.frame': 3360 obs. of 6 variables: ..$ best : num [1:3360] 0.108 0.573 0.625 1.057 0.451 ...
2000 Jul 12
1
Samba + WAN?
Dear Ladies and Gentlemen! On a CD-ROM-server at the University Koblenz-Landau we are using Samba (2.0.5a) with Red Hat Linux (6.0, Kernel 2.2.5). The server is located here in Koblenz, but also used from another department of the university at Landau (about 80 miles from Koblenz; they have their own class B network). A traceroute from both locations gave a response time of about 10-50 msec. On
2019 Nov 22
0
Patch idea: an environment variable for setting the user ID
Another thing to consider if one wants to anonymize the build is the UID/GID of the files in the tarball. So there might be a need for a R_BUILD_UID and R_BUILD_GID, e.g. by setting those to 32767 ("nobody"). /Henrik On Fri, Jan 25, 2019 at 9:25 AM Will L <will.landau at gmail.com> wrote: > > Thanks, Kurt. > > I think I now have enough time to write a patch. What are
2014 Jun 05
0
Note: information on .o files is not available
I'm developing an R package with compiled code in CUDA C/C++. I ran R CMD check on it, and there are no errors or warnings. However, there is a note that reads, "Note: information on .o files is not available". What does this mean? I can't find any clues on the web, in the documentation, or in the source of the devtools package. Here is the full output of my R CMD check. *
2017 Sep 17
0
FW: CRAN check errors: drake 4.1.0 on r-devel-linux-x86_64-debian-clang
Hello, The CRAN checks for the drake package (4.1.0) fail for r-devel-linux-x86_64-debian-clang. This happened right when crayon 1.3.4 was released, but I suspect the problem is not with crayon or drake, but with base R-devel. I cannot reproduce the error myself, but I have copied a minimal working example (MWE) below that should theoretically isolate the problem. `find_namespaced_functions()`
2016 Mar 21
0
transfer FSMO roles from Windows DC
On 21/03/16 15:44, Landau Daniil wrote: > I have the Active Directory domain with Windows 2008 R2 domain controller and Samba domain controller on CentOS 7. Samba is 4.3.5 (self-compiled). Forest and domain levels are Windows 2008 R2. > After joining Samba to the domain as the domain controller there were no DC=ForestDnsZones and DC=DomainDnsZones records on "OUTBOUND NEIGHBORS". I
2019 Feb 21
0
CFP WEBIST 2019 - 15th Int.l Conf. on Web Information Systems and Technologies (Vienna/Austria)
SUBMISSION DEADLINE 15th International Conference on Web Information Systems and Technologies Submission Deadline: April 29, 2019 http://www.webist.org/ September 18 - 20, 2019 Vienna, Austria. WEBIST is organized in 5 major tracks: - Internet Technology - Mobile and NLP Information Systems - Service Based Information Systems, Platforms and Eco-Systems - Web Intelligence - Web
2019 May 02
0
CFP WEBIST 2019 - 15th Int.l Conf. on Web Information Systems and Technologies (Vienna/Austria)
SUBMISSION DEADLINE 15th International Conference on Web Information Systems and Technologies Submission Deadline: May 20, 2019 http://www.webist.org/ September 18 - 20, 2019 Vienna, Austria. WEBIST is organized in 5 major tracks: - Internet Technology - Mobile and NLP Information Systems - Service Based Information Systems, Platforms and Eco-Systems - Web Intelligence - Web
2018 May 18
1
Samba 4.8.2
On Fri, 18 May 2018 15:24:50 +0200 Micha Ballmann <ballmann at uni-landau.de> wrote: > Thx, > > all samba server were compiled from source. > In which case, download the Samba tarball and unpack it, cd into the directory created by the unpacking, check if you require any extra packages and install them. Run configure with exactly the same options as you did previously. If
2018 Nov 12
0
Patch idea: an environment variable for setting the user ID
>>>>> Will L writes: > To R-devel, > In `R CMD build`, the ID of the user is automatically inserted into the > DESCRIPTION file, e.g. > Packaged: 2018-11-06 14:01:50 UTC; <MY USER ID> > This is problematic for those of us who work in corporate settings. We must > not divulge our user IDs in the packages we develop and release. > Jim Hester pointed out
2009 Jul 16
0
how to group the output of aov by a variable?
Hi there, I am new to R and have what seems to be a simple question. I put together the following commands in order to run an anova on multiple different variables at once: for(i in 10:20) {subj <- mydata[ which(lupi2$subject=='mas'),] cat("****************ANOVA for variable:", names(subj[i]))
2007 Mar 30
1
pxelinux: Doing DHCP-Release?
Hi, i am currently working on a project to install our windows-workstations using PXE-Boot und unattended (http://unattended.sourceforge.net/). All workstations load pxelinux and display a menu: Continue the bootchain (= start Windows) or reinstall the Workstation. The windows-workstations have static IPs (this can not be changes that easy, we are talking about more then 5000 Workstations....)
2016 Nov 04
2
getent not displaying builtin groups or users
hi everyone > Yes, but you can add these two lines to smb.conf: > > winbind enum users = yes > winbind enum groups = yes > > This will allow getent to list all users and groups, but is not > recommended if you have a lot of users. > > Rowland thanks the dc's now lists all the domain users and groups. the domain users gid is correct on both dc's the uid
2018 May 08
0
CTDB Path
Hi Micha, On Mon, 7 May 2018 15:46:50 +0200, Micha Ballmann <ballmann at uni-landau.de> wrote: > i'm still trying to find out what is the right path for ctdb.conf > (ubuntu 18.04, samba was compiled from source!!). > > When im trying to start CTDB without any config file, my log in > /usr/local/samba/var/log/log.ctdb shows me: > > 2018/05/07 12:56:44.363513
2018 Jan 22
0
SAMBA 4.7.4 with MIT Keberos
There is a script in /etc/init.d/krb5-kdc". Do i need remove this? Because this is trying to start automatic krb5kdc at reboot. Output from pstree and ps: # pstree | grep samba |-3*[samba] |-samba-+-samba---samba---smbd-+-cleanupd | |-10*[samba] | |-samba---samba---krb5kdc | `-samba---samba---winbindd---winbindd # ps axf 2129 ? Ss 0:00 samba 2130 ? S 0:00 \_ samba 2132 ? S 0:00 | \_ samba
2018 Jan 27
0
Adding Share Windows ACL
Hello, i also fired up a new vm :) and configured "rid" backend. I followed all step in https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs. Sett the Attributs in smb.conf: vfs objects = acl_xattr map acl inherit = yes store dos attributes = yes Granting the SeDiskOperatorPrivilege: # net rpc rights grant "SAMDOM\Domain Admins" SeDiskOperatorPrivilege
2018 Feb 06
0
GPOs not Working!
Thanks for help, this is a new domain controller without any modifcations, except one GPO. I have the "Default Domain Policy" and created an addtional GPO, named "test_something". Both are linked at the top of the domain. I configured at the "test_something" GPO: # Interactive logon: Do not require CTRL + ALT + DEL -> activate # Interactive login: Do not
2018 Nov 11
2
Patch idea: an environment variable for setting the user ID
To R-devel, In `R CMD build`, the ID of the user is automatically inserted into the DESCRIPTION file, e.g. Packaged: 2018-11-06 14:01:50 UTC; <MY USER ID> This is problematic for those of us who work in corporate settings. We must not divulge our user IDs in the packages we develop and release. Jim Hester pointed out that these two lines in `add_build_stamp_to_description_file()`