Series
- Using R (12)
- Using WordPress (3)
-
Recent Posts
- Using R — Working with Geospatial Data
- Best Best Practices Ever!
- Using R — Package Installation Problems
- Using R — Packaging a C library in 15 minutes
- Using R — Callling C code with Rcpp
- Using R — .Call(“hello”)
- Using R — Calling C Code ‘Hello World!’
- Using R — A Script Introduction to R
- Using R — Easier Error Handling with try()
- Using R — Basic error Handing with tryCatch()
Blogroll
Tags
Babel BeautifulSoup best practices C CentOS CSV Data.gov disk I/O error handling FIPS HTML i18n ISO javascript jquery KML LaTex Mac metadata MS Access MS Excel MySQL netcdf NYTimes palettes plone PostgreSQL python R RDBMS R package SQL SQLite standards Subversion Trac Tufte Ubuntu units Unix USGS validation VMware WordPress XML
Tag Archives: Unix
Using R — Standalone Scripts & Error Messages
This entry is part 4 of 12 in the series Using ROpen-source R is an amazing tool for statistical analysis and data visualization. Serious R gurus have found ways to do just about anything entirely within the R environment. Nevertheless, … read more …
Running CentOS 6.0 on an iMac
After a very long wait, CentOS 6.0 is finally out. If you are developing code to be run on a CentOS web server this is very good news. The CentOS 5 packages were horribly out-of-date for those of us using … read more …
Running Ubuntu 9.10 on an iMac
For the last three years our desktop work environment has consisted of a 14″ IBM ThinkPad running Ubuntu Linux. We loved the mobility, reliability and no-nonsense work ethic of this combination. Sadly, we realized that things had to change when … read more …
Ten UNIX commands every data manager should know
Working with data from varied sources can be frustrating — some data will be in CSV format; some in XML; some available as HTML pages; other data as relational databases or MS Excel spreadsheets. This post will cover the UNIX … read more …