Skip to content

Commit

Permalink
add stub for BACON component
Browse files Browse the repository at this point in the history
  • Loading branch information
ldevesine committed Sep 27, 2014
1 parent 6bfc2a4 commit 71dc075
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/cscience/components/baconplugin.py
@@ -0,0 +1,17 @@
import cscience
import cscience.components
from cscience.components import UncertainQuantity

class BaconInterpolation(cscience.components.BaseComponent):
visible_name = 'Interpolate Using BACON (Coming Soon!)'
inputs = {'required':('Calibrated 14C Age',)}

def run_component(self, core):
pass

"""
rpy2.robjects.r('''setwd('/Users/silverrose/MacBacon_2.2')''')
<StrVector - Python:0x117e19ef0 / R:0x118f79b68>
[str]
rpy2.robjects.r('''source('Bacon.R')''')
"""

0 comments on commit 71dc075

Please sign in to comment.