Displaying 20 results from an estimated 66 matches for "camperdown".
2018 Sep 20
3
A different error in sample()
Good day,
The use of "rounding" also doesn't make sense. If The number is halfway between two integers, it is rounded to the nearest even integer.
> round(2.5)
[1] 2
--------------------------------------
Dario Strbenac
University of Sydney
Camperdown NSW 2050
Australia
2016 Feb 20
2
R Package Installation Ignores libPaths Setting
...ioconductor" "/usr/local/lib/R/site-library"
[3] "/usr/lib/R/site-library" "/usr/lib/R/library"
Is there some other crucial information which I have missed ?
--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia
2016 Feb 18
2
R Package Installation Ignores libPaths Setting
...ges:
[1] S4Vectors_0.9.34 BiocGenerics_0.17.3
The new library path is being ignored when the package is attempted to be loaded at the end of the installation process. How can the installation be successful ?
--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia
2018 Jan 30
5
as.list method for by Objects
...TRUE for lists. It's also confusing initially that
> class(x)
[1] "by"
> is.list(x)
[1] TRUE
since there's no explicit class definition for "by" and no mention if it has any superclasses.
--------------------------------------
Dario Strbenac
University of Sydney
Camperdown NSW 2050
Australia
2018 Jul 19
2
Library lib.loc Option Ignored for Dependencies
.... The documentation of the library function doesn't explain what the intended result is in such a case, but it could reasonably be expected that R would also load the dependencies from the user-specified lib.loc folder.
--------------------------------------
Dario Strbenac
University of Sydney
Camperdown NSW 2050
Australia
2018 Jun 14
2
makeCluster Stall on 32-bit Windows
...es:
[1] parallel stats graphics grDevices utils datasets methods
[8] base
other attached packages:
[1] snow_0.4-2
loaded via a namespace (and not attached):
[1] compiler_3.5.0 tools_3.5.0 yaml_2.1.19
--------------------------------------
Dario Strbenac
University of Sydney
Camperdown NSW 2050
Australia
2015 Dec 30
2
Default R Font Changed After Upgrade to Debian 8
...e this issue. Do you get grainy fonts when running the test case
plot(1:10, main = "abcedfghijklmnopqrstuvwxyz", cex.main = 4, cex.lab = 4, cex.axis = 4)
What version of libcairo is on your system ?
--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia
2018 Jul 21
3
Library lib.loc Option Ignored for Dependencies
...hat the intended result is in such a case, but it could
>> reasonably be expected that R would also load the
>> dependencies from the user-specified lib.loc folder.
>>
>> --------------------------------------
>> Dario Strbenac University of Sydney Camperdown NSW 2050
>> Australia
2017 Feb 10
3
Grapics Device Resolution Limits
...that the resolution is too high or the dimensions are too large.
> sessionInfo()
R version 3.3.2 Patched (2017-02-07 r72138)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows 7 (build 7601) Service Pack 1
--------------------------------------
Dario Strbenac
University of Sydney
Camperdown NSW 2050
Australia
2018 Feb 08
2
sparse.model.matrix Generates Non-Existent Factor Levels if Ord.factor Columns Present
...0 compiler_3.5.0 lazyeval_0.2.1
[5] plyr_1.8.4 pillar_1.1.0 gtable_0.2.0 tibble_1.4.2
[9] Rcpp_0.12.15 ggplot2_2.2.1 grid_3.5.0 rlang_0.1.6
[13] munsell_0.4.3 lattice_0.20-35
--------------------------------------
Dario Strbenac
University of Sydney
Camperdown NSW 2050
Australia
2018 Jul 24
4
Library lib.loc Option Ignored for Dependencies
...ut it could
>> >> reasonably be expected that R would also load the
>> >> dependencies from the user-specified lib.loc folder.
>> >>
>> >> --------------------------------------
>> >> Dario Strbenac University of Sydney Camperdown NSW 2050
>> >> Australia
2018 Feb 01
2
as.list method for by Objects
...[1] TRUE
>>
>> since there's no explicit class definition for "by" and no mention if it
>> has any superclasses.
>>
>> --------------------------------------
>> Dario Strbenac
>> University of Sydney
>> Camperdown NSW 2050
>> Australia
>>
>> ______________________________________________
>> R-devel at r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-devel
>>
>>
> [[alternative HTML version deleted]]
>...
2013 Oct 04
2
Tab Separated File Reading Error
...ASUREMENT=en_AU.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
loaded via a namespace (and not attached):
[1] tools_3.0.1
--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia
2015 Dec 18
2
Default R Font Changed After Upgrade to Debian 8
...version 8 and R from version 3.1.2 to version 3.2.2. The default font used in plots has changed and I've asked him to restore the previous font. What instructions should I tell him about restoring the font ?
--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia
2015 Feb 20
1
save.image Doesn't Save Objects When Browsing
...xplicitly typing
Browse[1]> save(list = ls(all = TRUE), file = ".RData")
causes the variables in the current environment to be saved.
Is the documentation of save.image() missing a special case ?
--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia
2018 Jul 25
1
Library lib.loc Option Ignored for Dependencies
...cy.
See my other mail, I think this is epctected, why don't youi set the
.libPaths() correctly?
Nor is this self contained as we need some extra package to try your
example...
Best,
Uwe Ligges
> --------------------------------------
> Dario Strbenac
> University of Sydney
> Camperdown NSW 2050
> Australia
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
2019 Feb 20
1
Documentation for sd (stats) + suggestion
Good day,
It is implemented by the CRAN package multicon. The function is named popsd. But it does seem like something R should provide without creating a package dependency.
--------------------------------------
Dario Strbenac
University of Sydney
Camperdown NSW 2050
Australia
2013 Dec 06
1
Undocumented S4 method Warning For Bracket
...;BayMethList",
function(x, i) {
# Code to subset object.
}
It has 2 parameters, not 3. The warning also happens in R 3.0.2 Release. Has this been fixed in Patched but not in the development version ?
--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia
2014 Jul 18
1
capture.output on S4 slot
...> capture.output(new("TransformParams", transform = function(){}, otherParams = list())@transform)
[1] "function(){}"
Why is the function split into three parts if a constructor is used ?
--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia
2014 Sep 18
1
Can't Find Function After requireNamespace
...I don't want all ggplot2 functions to be added to the search path, so I am not using require(ggplot2). How can I use it correctly ?
R version 3.1.1 (2014-07-10)
Platform: x86_64-unknown-linux-gnu (64-bit)
--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia