Code Monkey home page Code Monkey logo

coincalc's Introduction

πŸ‘‹ Hi, I'm Joe.

I'm a computational archaeologist and research software engineer at the University of Bern.

I use GitHub for software packages, research compendiums and various other projects. I try to work in the open as much as possible, so please be aware that many of my repositories are unpublished experiments, works-in-progress or abandonded ideas. Below you can find a curated list of my more 'mature' projects.

More info & contacts:

Software

R packages (stable)

  • era – year-based time scales
  • rpaleoclim – download paleoclimate data from PaleoClim

R packages (experimental)

  • c14 – tidy radiocarbon data
  • controller – tools for controlled vocabularies
  • fieldwalkr – spatial sampling and survey simulation
  • rintchron – interface to IntChron
  • stratigraphr – archaeological stratigraphy and chronological sequences

Other

Data

  • xronos – an open repository for chronometric data in archaeology (incl. R package, web app)
  • tavo-a27 – data from Uerpmann 1987, The Ancient Distribution of Ungulate Mammals in the Middle East (TAVO A27)
  • swapdata – Southwest Asian palaeoarchaeology data

Research compendiums

Published

Conference papers

  • dabawa23_enm, paper presented at "Digital Archaeology Bern – Ancient West Asia", Bern, 6–7 October 2023, 'Modelling the range of wild plants and crop progenitors in the Late Epipalaeolithic–Early Neolithic Levant'

Teaching materials

  • gis_in_archaeology – course website for 'GIS in Archaeology' (437571) at the University of Bern
  • smada – course website for 'Statistical Methods for Archaeological Data Analysis' (452240) at the University of Bern
  • r4r_visualisation – slides, code examples, and exercises for the visualisation module of R for Archaeologists, a winter school held at the University of Pisa.

Lists

Of handy GitHub repositories:

coincalc's People

Contributors

joeroe avatar jonatansiegmund avatar

Stargazers

 avatar

coincalc's Issues

R CMD check results for CoinCalc v2.0

==> devtools::check()

══ Building ═══════════════════════════════════════════════════════════════════════════════════════════════
Setting env vars:
β€’ CFLAGS    : -Wall -pedantic -fdiagnostics-color=always
β€’ CXXFLAGS  : -Wall -pedantic -fdiagnostics-color=always
β€’ CXX11FLAGS: -Wall -pedantic -fdiagnostics-color=always
β€’ CXX14FLAGS: -Wall -pedantic -fdiagnostics-color=always
β€’ CXX17FLAGS: -Wall -pedantic -fdiagnostics-color=always
β€’ CXX20FLAGS: -Wall -pedantic -fdiagnostics-color=always
── R CMD build ────────────────────────────────────────────────────────────────────────────────────────────
βœ”  checking for file β€˜/home/joeroe/g/CoinCalc/DESCRIPTION’ ...
─  preparing β€˜CoinCalc’:
βœ”  checking DESCRIPTION meta-information
─  checking for LF line-endings in source and make files and shell scripts
─  checking for empty or unneeded directories
─  looking to see if a β€˜data/datalist’ file should be added
─  building β€˜CoinCalc_2.0.tar.gz’
   
══ Checking ═══════════════════════════════════════════════════════════════════════════════════════════════
Setting env vars:
β€’ _R_CHECK_CRAN_INCOMING_REMOTE_               : FALSE
β€’ _R_CHECK_CRAN_INCOMING_                      : FALSE
β€’ _R_CHECK_FORCE_SUGGESTS_                     : FALSE
β€’ _R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_: FALSE
β€’ NOT_CRAN                                     : true
── R CMD check ────────────────────────────────────────────────────────────────────────────────────────────
─  using log directory β€˜/home/joeroe/g/CoinCalc.Rcheck’
─  using R version 4.3.3 (2024-02-29)
─  using platform: x86_64-pc-linux-gnu (64-bit)
─  R was compiled by
       gcc (GCC) 13.2.1 20230801
       GNU Fortran (GCC) 13.2.1 20230801
─  running under: Manjaro Linux
─  using session charset: UTF-8
─  using options β€˜--no-manual --as-cran’
βœ”  checking for file β€˜CoinCalc/DESCRIPTION’
─  checking extension type ... Package
─  this is package β€˜CoinCalc’ version β€˜2.0’
βœ”  checking package namespace information ...
βœ”  checking package dependencies (653ms)
βœ”  checking if this is a source package ...
βœ”  checking if there is a namespace
βœ”  checking for executable files ...
βœ”  checking for hidden files and directories
βœ”  checking for portable file names
βœ”  checking for sufficient/correct file permissions
βœ”  checking serialization versions
βœ”  checking whether package β€˜CoinCalc’ can be installed (1.2s)
βœ”  checking installed package size ...
βœ”  checking package directory ...
βœ”  checking for future file timestamps ...
N  checking DESCRIPTION meta-information ...
   Malformed Description field: should contain one or more complete sentences.
N  checking top-level files
   File
     LICENSE
   is not mentioned in the DESCRIPTION file.
βœ”  checking for left-over files
βœ”  checking index information
βœ”  checking package subdirectories ...
βœ”  checking R files for non-ASCII characters ...
βœ”  checking R files for syntax errors ...
βœ”  checking whether the package can be loaded ...
βœ”  checking whether the package can be loaded with stated dependencies ...
βœ”  checking whether the package can be unloaded cleanly ...
βœ”  checking whether the namespace can be loaded with stated dependencies ...
βœ”  checking whether the namespace can be unloaded cleanly ...
βœ”  checking loading without being on the library search path ...
βœ”  checking dependencies in R code ...
βœ”  checking S3 generic/method consistency ...
βœ”  checking replacement functions ...
βœ”  checking foreign function calls ...
N  checking R code for possible problems (2.6s)
   CC.binarize: no visible global function definition for β€˜quantile’
   CC.ceca.ts: no visible global function definition for β€˜ecdf’
   CC.eca.es: no visible global function definition for β€˜ecdf’
   CC.eca.ts: no visible global function definition for β€˜ecdf’
   CC.plot: no visible global function definition for β€˜par’
   CC.plot: no visible global function definition for β€˜rgb’
   CC.plot: no visible global function definition for β€˜arrows’
   CC.plot: no visible global function definition for β€˜points’
   CC.plot: no visible global function definition for β€˜text’
   CC.plot: no visible global function definition for β€˜title’
   CC.plot: no visible global function definition for β€˜polygon’
   Undefined global functions or variables:
     arrows ecdf par points polygon quantile rgb text title
   Consider adding
     importFrom("grDevices", "rgb")
     importFrom("graphics", "arrows", "par", "points", "polygon", "text",
                "title")
     importFrom("stats", "ecdf", "quantile")
   to your NAMESPACE file.
βœ”  checking Rd files ...
βœ”  checking Rd metadata ...
N  checking Rd line widths ...
   Rd file 'CC.binarize.Rd':
     \examples lines wider than 100 characters:
        # Load April temperature data set for the phenological station of Niederrimbach (supplied by Coincalc)
   
   Rd file 'CC.ceca.ts.Rd':
     \usage lines wider than 90 characters:
        CC.ceca.ts(seriesA,seriesB,seriesC,alpha=0.05,delT=0,delT.cond=0,sym=FALSE,sym.cond=FALSE,tau=0,tau.cond=0,sigtest="poisson",reps=1000)
   
   Rd file 'CC.eca.es.Rd':
     \examples lines wider than 100 characters:
        # Lets see if CC.eca.es fill find significant coincidences (of which we already know that they exist!).
        # Note, that when executing CC.eca.es for these event series, we need to define delT>=1 in order to find
   
   Rd file 'CC.eca.ts.Rd':
     \usage lines wider than 90 characters:
        CC.eca.ts(seriesA, seriesB, alpha=0.05, delT=0, sym=FALSE, tau=0, sigtest="poisson", reps=1000)
     \examples lines wider than 100 characters:
        Flow_bin=CC.binarize(CC.Example.Data1$DOY_Lilac_Flowering,ev.def="percentile",thres=0.1,event="lower")
   
   Rd file 'CC.es2ts.Rd':
     \examples lines wider than 100 characters:
        # 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
   
   These lines will be truncated in the PDF manual.
βœ”  checking Rd cross-references ...
βœ”  checking for missing documentation entries ...
βœ”  checking for code/documentation mismatches ...
βœ”  checking Rd \usage sections ...
βœ”  checking Rd contents ...
βœ”  checking for unstated dependencies in examples ...
βœ”  checking contents of β€˜data’ directory (523ms)
βœ”  checking data for non-ASCII characters ...
W  checking data for ASCII and uncompressed saves (8s)
     
     Note: significantly better compression could be obtained
           by using R CMD build --resave-data
                          old_size new_size compress
     CC.Example.Data3.rda    3.2Mb    1.8Mb    bzip2
βœ”  checking examples (410ms)
βœ”  checking for non-standard things in the check directory
βœ”  checking for detritus in the temp directory
   
   See
     β€˜/home/joeroe/g/CoinCalc.Rcheck/00check.log’
   for details.
   
   
── R CMD check results ────────────────────────────────────────────────────────────────── CoinCalc 2.0 ────
Duration: 16.3s

❯ checking data for ASCII and uncompressed saves ... WARNING
    
    Note: significantly better compression could be obtained
          by using R CMD build --resave-data
                         old_size new_size compress
    CC.Example.Data3.rda    3.2Mb    1.8Mb    bzip2

❯ checking DESCRIPTION meta-information ... NOTE
  Malformed Description field: should contain one or more complete sentences.

❯ checking top-level files ... NOTE
  File
    LICENSE
  is not mentioned in the DESCRIPTION file.

❯ checking R code for possible problems ... NOTE
  CC.binarize: no visible global function definition for β€˜quantile’
  CC.ceca.ts: no visible global function definition for β€˜ecdf’
  CC.eca.es: no visible global function definition for β€˜ecdf’
  CC.eca.ts: no visible global function definition for β€˜ecdf’
  CC.plot: no visible global function definition for β€˜par’
  CC.plot: no visible global function definition for β€˜rgb’
  CC.plot: no visible global function definition for β€˜arrows’
  CC.plot: no visible global function definition for β€˜points’
  CC.plot: no visible global function definition for β€˜text’
  CC.plot: no visible global function definition for β€˜title’
  CC.plot: no visible global function definition for β€˜polygon’
  Undefined global functions or variables:
    arrows ecdf par points polygon quantile rgb text title
  Consider adding
    importFrom("grDevices", "rgb")
    importFrom("graphics", "arrows", "par", "points", "polygon", "text",
               "title")
    importFrom("stats", "ecdf", "quantile")
  to your NAMESPACE file.

❯ checking Rd line widths ... NOTE
  Rd file 'CC.binarize.Rd':
    \examples lines wider than 100 characters:
       # Load April temperature data set for the phenological station of Niederrimbach (supplied by Coincalc)
  
  Rd file 'CC.ceca.ts.Rd':
    \usage lines wider than 90 characters:
       CC.ceca.ts(seriesA,seriesB,seriesC,alpha=0.05,delT=0,delT.cond=0,sym=FALSE,sym.cond=FALSE,tau=0,tau.cond=0,sigtest="poisson",reps=1000)
  
  Rd file 'CC.eca.es.Rd':
    \examples lines wider than 100 characters:
       # Lets see if CC.eca.es fill find significant coincidences (of which we already know that they exist!).
       # Note, that when executing CC.eca.es for these event series, we need to define delT>=1 in order to find
  
  Rd file 'CC.eca.ts.Rd':
    \usage lines wider than 90 characters:
       CC.eca.ts(seriesA, seriesB, alpha=0.05, delT=0, sym=FALSE, tau=0, sigtest="poisson", reps=1000)
    \examples lines wider than 100 characters:
       Flow_bin=CC.binarize(CC.Example.Data1$DOY_Lilac_Flowering,ev.def="percentile",thres=0.1,event="lower")
  
  Rd file 'CC.es2ts.Rd':
    \examples lines wider than 100 characters:
       # 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
  
  These lines will be truncated in the PDF manual.

0 errors βœ” | 1 warning βœ– | 4 notes βœ–
Error: R CMD check found WARNINGs
Execution halted

Exited with status 1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.